home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / bullet.m < prev    next >
Encoding:
Text File  |  2000-05-22  |  363 b   |  10 lines

  1. LIBRARY BulletBase
  2.     OpenEngine()(d0:PTR)=-30,
  3.     CloseEngine(a0)=-36,
  4.     SetInfoA(a0,a1:PTR TO TagItem)(d0:ULONG)=-42,
  5.     SetInfo(a0,a1:LIST OF TagItem)(d0:ULONG)=-42,
  6.     ObtainInfoA(a0,a1:PTR TO TagItem)(d0:ULONG)=-48,
  7.     ObtainInfo(a0,a1:LIST OF TagItem)(d0:ULONG)=-48,
  8.     ReleaseInfoA(a0,a1:PTR TO TagItem)(d0:ULONG)=-54,
  9.     ReleaseInfo(a0,a1:LIST OF TagItem)(d0:ULONG)=-54
  10.